-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: migrate java-logging into monorepo #11848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
meltsufin
wants to merge
1,685
commits into
main
Choose a base branch
from
migrate-java-logging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lugin to v3.6.0 (#1618) * build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore: update dependency versions in java templates * update other templates Source-Link: googleapis/synthtool@0b86c72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
) * feat: [java] allow passing libraries_bom_version from env * reformat Source-Link: googleapis/synthtool@e36d2f1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…40.0 (#1622) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.40.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…en-plugin to v1.7.0 (#1621)
…onfig to v1.8.0 (#1624) * build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.8.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
…ng library (#1596) * Add Otel support * Use overloading setCurrentContext function * Add logging handler test for traceEnhancer * "Add tracehandler test" * Add otel unit tests * fix otel context unit test * Remove comments * fix test failures and dependency conflict * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add open-telemetry context dependency * Resolve otel context dependency * Make otel-context as test dependency * make otel-context as compile dependency * Add span context import * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add test and compile dependency * Use transitive dependency * Ignore otel context non-test warning * comment otel-context * Add otel current context detection * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add system tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove current priority null check * Add context handler unit tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Add otel bom to pom * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove unused dependency * Remove comment --------- Co-authored-by: cindy-peng <cindypeng@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@bd2bae8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:72f0d373307d128b2cb720c5cb4d90b31f0e86529dd138c632710ae0c69efae3 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…v3.32.0 (#1649) * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.32.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* restore to older point * infer image tag from config yaml * correct workflow name * update config scripts and yamls * remove old update_googleapis_committish workflow * sync config structure with that of google-cloud-java * remove quotes from config yamls * fix typo in update_generation_config.yaml * correct * quote codeowners_team in generation config * update generator version * fix path to hermetic_library_generation * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* docs: Documentation update for OpenTelemetry and tracing * update wording * Fix comments * 🦉 Updates from Hermetic Build image * fix comments --------- Co-authored-by: diegomarquezp <diegomarquezp@google.com>
…-info-reports-plugin to v3.6.2 (#1644)
…onfig to v1.9.1 (#1663)
…e-plugin to v3.3.1 (#1643)
#1655) * chore: Update generation configuration at Fri Jul 5 14:40:51 UTC 2024 * chore: generate libraries at Fri Jul 5 14:41:14 UTC 2024 * chore: Update generation configuration at Tue Jul 9 02:14:22 UTC 2024 * chore: generate libraries at Tue Jul 9 02:14:55 UTC 2024 * chore: Update generation configuration at Wed Jul 10 02:14:06 UTC 2024 * chore: Update generation configuration at Thu Jul 11 02:15:12 UTC 2024 * chore: Update generation configuration at Tue Jul 23 02:14:40 UTC 2024 * chore: Update generation configuration at Wed Jul 24 02:14:29 UTC 2024 * chore: Update generation configuration at Thu Jul 25 02:14:39 UTC 2024 * chore: Update generation configuration at Fri Jul 26 02:14:33 UTC 2024 * chore: Update generation configuration at Sat Jul 27 02:13:39 UTC 2024 * chore: generate libraries at Sat Jul 27 02:14:06 UTC 2024 * chore: Update generation configuration at Tue Jul 30 02:17:26 UTC 2024 * chore: Update generation configuration at Wed Jul 31 02:02:52 UTC 2024
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
…#1670) * chore: Update generation configuration at Thu Aug 1 02:18:43 UTC 2024 * chore: Update generation configuration at Fri Aug 2 02:14:46 UTC 2024
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#1673) * chore: Update generation configuration at Sat Aug 3 02:13:54 UTC 2024 * chore: Update generation configuration at Tue Aug 6 02:14:53 UTC 2024 * chore: Update generation configuration at Wed Aug 7 02:15:51 UTC 2024 * chore: Update generation configuration at Thu Aug 8 02:15:17 UTC 2024 * chore: Update generation configuration at Fri Aug 9 02:15:54 UTC 2024 * chore: Update generation configuration at Sat Aug 10 02:15:24 UTC 2024 * chore: generate libraries at Sat Aug 10 02:15:48 UTC 2024 * chore: Update generation configuration at Tue Aug 13 02:16:16 UTC 2024 * chore: Update generation configuration at Wed Aug 14 02:15:31 UTC 2024 * chore: Update generation configuration at Thu Aug 15 02:12:36 UTC 2024 * chore: Update generation configuration at Fri Aug 16 02:15:19 UTC 2024 * chore: Update generation configuration at Sat Aug 17 02:13:58 UTC 2024 * chore: Update generation configuration at Sun Aug 18 02:16:53 UTC 2024 * chore: generate libraries at Sun Aug 18 02:17:16 UTC 2024 * chore: Update generation configuration at Tue Aug 20 02:15:19 UTC 2024 * chore: Update generation configuration at Wed Aug 21 02:15:24 UTC 2024
7c9967f to
c1fe76d
Compare
4907e79 to
cb681ed
Compare
cb681ed to
2595ab0
Compare
f24cb2d to
8a45093
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR migrates the java-logging library into the monorepo. It uses the git read-tree strategy to preserve full commit history.
Based on script here: #11847.